float draw_text(float x,float y,char *text)
Parameter | Type | Description |
---|---|---|
x | float | position of text in x |
y | float | position of text in y |
text | char * | the text string |
Returns the x position at the end of the printed text.
This function draws a string of text in the console.